html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑, 黑体;
    min-width: 320px;
    margin: auto;
    background: #fff;
    font-size: 14px;
    min-width: 320px !important;
}

ol,
ul,
li {
    list-style: none outside none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    width: 100%;
}

tr,
td,
th {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.3;
}

i,
em {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

select::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

/* 公共页头 */
.z-header {
    height: 1.3rem;
    padding: 0 .1rem;
    border-bottom: 2px solid transparent;
    background-image: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 50%, #f7f7f7 50%, #f7f7f7 100%);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
    box-sizing: border-box;
}

.z-header-b {
    width: 11.8rem;
    margin: 0 auto;
}

.z-header-b .top {
    display: flex;
    justify-content: space-between;
    padding-top: .15rem;
    line-height: .3rem;
    font-size: .14rem;
}

/* .z-header .top a {
    line-height: .3rem;
    margin-left: .2rem;
    font-size: .14rem;
} */

.z-header .top a:hover {
    color: #2555b5;
}

/* .z-header .top-l a:first-child,
.z-header .top-r a:first-child {
    margin-left: 0;
} */

.z-header .top-l,
.z-header .top-r {
    display: flex;
}

.z-header-b .top span {
    margin: 0 .05rem;
}

.z-search {
    box-sizing: border-box;
    width: 2.2rem;
    height: .3rem;
    margin-left: .2rem;
    border: 1px solid #528dd9;
    border-radius: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.z-search i {
    margin: 0 .07rem;
    font-size: .16rem;
    color: #2555b5;
}

.z-search input {
    width: 1.2rem;
    font-size: .14rem;
}

.z-search button {
    width: .64rem;
    height: .28rem;
    background-color: #2555b5;
    color: #fff;
    font-size: .14rem;
    font-weight: bold;
    border: none;
    border-radius: .3rem;
    cursor: pointer;
}

.header-search {
    display: none;
}

.z-header-b .bottom {
    padding-top: .2rem;
    display: flex;
    justify-content: space-between;
}

.z-header-b .z-logo {
    width: 3.14rem;
    height: .54rem;
}

.z-header-b .z-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.z-nav {
    display: flex;
    align-items: center;
}

.z-nav a {
    margin: 0 .50rem;
    font-size: .18rem;
    font-weight: bold;
}

.z-nav a:hover,
.z-nav .cur {
    color: #2555b5;
}

/*部门镇街*/
.index-menu {
    position: absolute;
    top: 45px;
    top: .45rem;
    left: 0;
    z-index: 999;
    background: rgb(17, 93, 178, 0.9);
    width: 100%;
    padding-bottom: 10px;
    display: none;
    overflow: hidden;
}

.index-menu-container {
    width: 1400px;
    width: 14rem;
    margin: 0 auto;
    position: relative;
}

.index-menu .close {
    position: absolute;
    top: 14px;
    top: .14rem;
    right: 20px;
    right: .2rem;
    cursor: pointer;
}

.index-menu-t {
    padding-top: 22px;
    padding-top: .22rem;
    margin-bottom: 20px;
    margin-bottom: .2rem;
}

.index-menu-t a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-size: .16rem;
    line-height: 20px;
    line-height: .2rem;
}

.index-menu-l {
    width: 1400px;
    width: 14rem;
    height: 175px;
    height: 1.75rem;
    padding-bottom: 12px;
    padding-bottom: .12rem;
    border-bottom: 1px solid #f5f5f5;
    border-bottom: .01rem solid #f5f5f5;
}

.index-menu-l li {
    float: left;
    width: 200px;
    width: 2rem;
    height: 33px;
    height: .33rem;
}

.index-menu-l li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-size: .16rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-menu-l li a:hover {
    border-bottom: 2px solid #fff;
    border-bottom: .02rem solid #fff;
}

.index-menu-l.l2 li {
    width: auto;
    margin-right: 56px;
    margin-right: .56rem;
}

/* 概览列表页css */
.content-main {
    width: 1180px;
    width: 11.8rem;
    min-height: 550px;
    min-height: 5.5rem;
    padding: 0 20px;
    padding: 0 .2rem;
    margin: 0 auto;
    background-color: #fff;
}

.position {
    width: 100%;
    line-height: 50px;
    line-height: .5rem;
    text-align: left;
    font-size: 16px;
    font-size: .16rem;
    color: #727171;
    margin: 10px 0 20px 0;
    margin: .1rem 0 .2rem 0;
    border-bottom: 1px solid #eee;
}

.position i {
    margin-right: 5px;
    margin-right: .05rem;
}

.position a:hover {
    color: #2e9ce1;
}

.position .poto {
    color: #727171;
}

.nav-l {
    width: 280px;
    width: 2.8rem;
    padding: 10px;
    padding: .1rem;
    background-color: #f3f5f4;
    float: left;
}

.nav-p {
    font-size: 26px;
    font-size: .26rem;
    padding: 30px 20px;
    padding: .3rem .2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #115db2;
}

.nav-l ul {
    padding: 0 10px;
    padding: 0 .1rem;
    background-color: #fff;
}

.nav-l li a {
    display: block;
    font-size: 20px;
    font-size: .2rem;
    padding: 20px 0;
    padding: .2rem 0;
    text-align: center;
    border-bottom: 1px dashed #eee;
}

.nav-l .active a,
.nav-l li a:hover {
    color: #115db2;
}

.list-r {
    width: 850px;
    width: 8.5rem;
    float: right;
}

.col-tit {
    position: relative;
    font-size: 26px;
    font-size: .26rem;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    line-height: .5rem;
    padding-left: 26px;
    padding-left: .26rem;
}

.col-tit::before {
    position: absolute;
    content: "";
    width: 4px;
    width: .04rem;
    height: 28px;
    height: .28rem;
    background-color: #115db2;
    left: 0;
    top: 13px;
    top: .13rem;
}

.list {
    margin-top: 20px;
    margin-top: .2rem;
}

.list li {
    height: 50px;
    height: .5rem;
    line-height: 50px;
    line-height: .5rem;
}

.list li:nth-child(5n) {
    border-bottom: 1px dashed #d0e1e7;
    border-bottom: .01rem dashed #d0e1e7;
    padding-bottom: 15px;
    padding-bottom: .15rem;
    margin-bottom: 15px;
    margin-bottom: .15rem;
}

.list li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.list li a {
    display: block;
    width: 85%;
    font-size: 18px;
    font-size: .18rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;

}

.list li a:hover {
    color: #115db2;
}

.list li span {
    color: #999;
    float: right;
}

.right-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 20px;
    margin-top: .2rem;
}

.right-img li {
    width: 220px;
    width: 2.2rem;
    margin: 0 0 20px 20px;
    margin: 0 0 .2rem .2rem;
}

.right-img li:nth-child(5n + 1) {
    margin-left: 0;
}

.right-img li a {
    display: block;
}

.right-img li a:hover p {
    color: #115db2;
}

.right-img li a img {
    width: 100%;
    height: 125px;
    height: 1.25rem;
    object-fit: cover;
}

.right-img li a p {
    width: 100%;
    line-height: 40px;
    line-height: .4rem;
    font-size: 16px;
    font-size: .16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-img li a span {
    display: block;
    line-height: 24px;
    line-height: .24rem;
    font-size: 14px;
    font-size: .14rem;
    color: #999;
    text-align: left;
}

.map-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.map-list a {
    box-sizing: border-box;
    width: calc(25% - .2rem);
    height: 50px;
    height: .5rem;
    line-height: 50px;
    line-height: .5rem;
    padding: 0 .1rem;
    margin: 20px 0 0 20px;
    margin: .2rem 0 0 .2rem;
    font-size: 16px;
    font-size: .16rem;
    color: #fff;
    font-weight: bold;
    background-color: #3c9bcd;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.map-list a:hover {
    background-color: #2760b7;
}

/* 政务公开细览 */
.content-left {
    width: calc(75% - 1px);
    padding-right: 15px;
    padding-right: .15rem;
    border-right: 1px solid #eee;
    float: left;
}

.category-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: calc(100% - .3rem);
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.category-table li {
    line-height: 40px;
    line-height: .4rem;
    padding: 0 10px;
    font-size: 18px;
    font-size: .18rem;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.category-table li:nth-child(odd) {
    width: calc(15% - 21px);
    text-align: right;
}

.category-table li:nth-child(even) {
    width: calc(35% - 21px);
    text-align: left;
}

.category-table li:nth-child(4n) {
    border-right: none;
}

.content-right {
    width: calc(25% - 30px);
    padding-left: 15px;
    float: left;
}

.zwxl-content {
    width: calc(100% - 0.3rem);
    margin: 0 auto;
}

.zwxl-title {
    text-align: center;
    padding: 36px 0 20px;
    padding: .36rem 0 .2rem;
    background: url(con-title-bg.png) repeat-x bottom;
}

.zwxl-title p.tit {
    padding: 0 30px;
    padding: 0 .3rem;
    margin-bottom: 20px;
    margin-bottom: .2rem;
    color: #333333;
    font-size: 30px;
    font-size: .3rem;
    font-weight: bold;
}

.zwxl-bar {
    height: 32px;
    height: .32rem;
    line-height: 32px;
    line-height: .32rem;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-size: .16rem;
    color: #999;
}

.zwxl-bar span.con {
    margin-right: 50px;
    margin-right: .5rem;
}

.zwxl-bar-l {
    display: flex;
    justify-content: left;
}

.zwxl-bar-l .resource {
    margin-left: 20px;
    margin-left: .2rem;
}

.zwxl-bar-r {
    display: flex;
    justify-content: left;
    margin-left: 20px;
    margin-left: .2rem;
}

.zwxl-font {
    display: inline-block;
    height: 26px;
    height: .26rem;
    line-height: 26px;
    line-height: .26rem;
    padding: 2px;
    padding: .02rem;
    border-radius: 16px;
    border-radius: .16rem;
}

.zwxl-font a.cur {
    color: #3354a2;
}

.zwxl-font a:hover {
    color: #3354a2;
}

.bdsharebuttonbox {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-left: .2rem;
}

.bdshare-button-style1-24 a {
    margin-left: 3px !important;
}

.zwxl-article {
    width: 100%;
    padding: 35px 0 0;
    padding: .35rem 0 0;
    line-height: 30px;
    line-height: .3rem;
    color: #333333;
    font-size: 16px;
    font-size: .16rem;
}

.con-bottom-bar {
    margin: 20px 0;
    margin: .2rem 0;
    font-size: 16px;
    font-size: .16rem;
    text-align: right;
}

/*分页*/
.pagination {
    text-align: center;
    font-size: 14px;
    font-size: .14rem;
    padding-bottom: 20px;
    padding-bottom: .2rem;
    margin-top: 30px;
    margin-top: .3rem;
}

.pagination a {
    width: 32px;
    width: .32rem;
    line-height: 32px;
    line-height: .32rem;
    display: inline-block;
    text-align: center;
    background: #eee;
    border-radius: 3px;
    border-radius: .03rem;
    margin: 0 6px;
    margin: 0 .06rem;
}

.pagination a:hover {
    background: #2760b7;
    color: #fff;
    cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
    width: 78px;
    width: .78rem;
}

.pagination .active {
    background: #2760b7;
    color: #fff;
}

/* 页脚 */
.footer {
    box-sizing: border-box;
    width: 100%;
    height: 1.8rem;
    padding: .2rem .1rem;
    margin-top: .2rem;
    background-color: #edf2f9;
    clear: both;
}

.footer-links {
    position: relative;
    width: 11.8rem;
    margin: 0 auto .1rem;
    display: flex;
    justify-content: space-between;
}

.footer-links .label {
    line-height: .36rem;
    font-size: .14rem;
    color: #1c407f;
    cursor: pointer;
}

.links-item dd {
    display: none;
    position: absolute;
    left: -.1rem;
    bottom: .56rem;
    width: 12rem;
    padding: .2rem 0;
    background-color: #edf2f9;
    z-index: 9999;
}

.links-item dd li {
    width: 200px;
    width: 2rem;
    height: 36px;
    height: .36rem;
    line-height: 36px;
    line-height: .36rem;
    margin: 0 20px;
    margin: 0 .2rem;
    float: left;
}

.links-item li a {
    display: block;
    line-height: 36px;
    line-height: .36rem;
    box-sizing: border-box;
    font-size: 16px;
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    text-align: center;
}

.links-item li a:hover {
    background-color: #2760b7;
    color: #fff;
    text-decoration: none;
}

.footer-b {
    width: 11.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-nav {
    display: flex;
    line-height: .3rem;
    font-size: .14rem;
}

.footer-l a:hover {
    color: #2555b5;
}

.footer-nav span {
    margin: 0 .1rem;
}

.footer-l p {
    line-height: .3rem;
    font-size: .14rem;
}

.footer-l p a,
.footer-l p span {
    margin-left: 0.1rem;
}

.footer-r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 4.5rem;
}

.footer-r .jiucuo {
    display: inline-block;
    height: 80px;
    height: .8rem;
    margin-top: 20px;
    margin-top: .2rem;
}

.footer-r .jiucuo img {
    width: 100%;
}

.footer-r .gaba {
    margin-left: 15px;
    margin-left: .15rem;
}

.footer-r .wza {
    margin-right: 15px;
    margin-right: .15rem;
}

.qrcode {
    display: block;
    width: 80px;
    width: .8rem;
    text-align: center;
    font-size: 12px;
    font-size: .12rem;
    float: right;
    color: #fff;
}

.qrcode img {
    width: 80px;
    width: .8rem;
}

.lf {
    float: left;
}

/**
** 响应样式 **
*/
html {
    font-size: 100px
}

@media screen and (max-width: 1593px) {
    html {
        font-size: 99.70393105px
    }
}

@media screen and (max-width: 1583px) {
    html {
        font-size: 99.21737215px
    }
}

@media screen and (max-width: 1573px) {
    html {
        font-size: 98.73942489999999px
    }
}

@media screen and (max-width: 1563px) {
    html {
        font-size: 98.2700893px
    }
}

@media screen and (max-width: 1553px) {
    html {
        font-size: 97.80936535000001px
    }
}

@media screen and (max-width: 1543px) {
    html {
        font-size: 97.3572531px
    }
}

@media screen and (max-width: 1533px) {
    html {
        font-size: 96.9137525px
    }
}

@media screen and (max-width: 1523px) {
    html {
        font-size: 96.47886355px
    }
}

@media screen and (max-width: 1513px) {
    html {
        font-size: 96.05258624999999px
    }
}

@media screen and (max-width: 1503px) {
    html {
        font-size: 95.63492065px
    }
}

@media screen and (max-width: 1493px) {
    html {
        font-size: 95.22586670000001px
    }
}

@media screen and (max-width: 1483px) {
    html {
        font-size: 94.8254244px
    }
}

@media screen and (max-width: 1473px) {
    html {
        font-size: 94.43359375px
    }
}

@media screen and (max-width: 1463px) {
    html {
        font-size: 94.05037480000001px
    }
}

@media screen and (max-width: 1453px) {
    html {
        font-size: 93.67576745px
    }
}

@media screen and (max-width: 1443px) {
    html {
        font-size: 93.30977185px
    }
}

@media screen and (max-width: 1433px) {
    html {
        font-size: 92.95238785000001px
    }
}

@media screen and (max-width: 1423px) {
    html {
        font-size: 92.6036155px
    }
}

@media screen and (max-width: 1413px) {
    html {
        font-size: 92.26345484999999px
    }
}

@media screen and (max-width: 1403px) {
    html {
        font-size: 91.93190584999999px
    }
}

@media screen and (max-width: 1393px) {
    html {
        font-size: 91.60896855000001px
    }
}

@media screen and (max-width: 1383px) {
    html {
        font-size: 91.29464284999999px
    }
}

@media screen and (max-width: 1373px) {
    html {
        font-size: 90.98892885px
    }
}

@media screen and (max-width: 1363px) {
    html {
        font-size: 90.6918265px
    }
}

@media screen and (max-width: 1353px) {
    html {
        font-size: 90.40333580000001px
    }
}

@media screen and (max-width: 1343px) {
    html {
        font-size: 90.12345679999999px
    }
}

@media screen and (max-width: 1333px) {
    html {
        font-size: 89.85218945px
    }
}

@media screen and (max-width: 1323px) {
    html {
        font-size: 89.58953375px
    }
}

@media screen and (max-width: 1313px) {
    html {
        font-size: 89.33548970000001px
    }
}

@media screen and (max-width: 1303px) {
    html {
        font-size: 89.09005730000001px
    }
}

@media screen and (max-width: 1293px) {
    html {
        font-size: 88.85323659999999px
    }
}

@media screen and (max-width: 1283px) {
    html {
        font-size: 88.62502755px
    }
}

@media screen and (max-width: 1273px) {
    html {
        font-size: 88.40543015px
    }
}

@media screen and (max-width: 1263px) {
    html {
        font-size: 88.19444445px
    }
}

@media screen and (max-width: 1253px) {
    html {
        font-size: 87.9920704px
    }
}

@media screen and (max-width: 1243px) {
    html {
        font-size: 87.79830799999999px
    }
}

@media screen and (max-width: 1233px) {
    html {
        font-size: 87.61315725px
    }
}

@media screen and (max-width: 1223px) {
    html {
        font-size: 87.43661814999999px
    }
}

@media screen and (max-width: 1213px) {
    html {
        font-size: 87.26869074999999px
    }
}

@media screen and (max-width: 1203px) {
    html {
        font-size: 87.109375px
    }
}

@media screen and (max-width: 1193px) {
    html {
        font-size: 86.9586709px
    }
}

@media screen and (max-width: 1183px) {
    html {
        font-size: 86.8165785px
    }
}

@media screen and (max-width: 1173px) {
    html {
        font-size: 86.6830977px
    }
}

@media screen and (max-width: 1163px) {
    html {
        font-size: 86.5582286px
    }
}

@media screen and (max-width: 1153px) {
    html {
        font-size: 86.4419712px
    }
}

@media screen and (max-width: 1143px) {
    html {
        font-size: 86.3343254px
    }
}

@media screen and (max-width: 1133px) {
    html {
        font-size: 86.2352913px
    }
}

@media screen and (max-width: 1123px) {
    html {
        font-size: 86.14486885px
    }
}

@media screen and (max-width: 1113px) {
    html {
        font-size: 86.06305805px
    }
}

@media screen and (max-width: 1103px) {
    html {
        font-size: 85.9898589px
    }
}

@media screen and (max-width: 1093px) {
    html {
        font-size: 85.92527145px
    }
}

@media screen and (max-width: 1083px) {
    html {
        font-size: 85.86929565px
    }
}

@media screen and (max-width: 1073px) {
    html {
        font-size: 85.8219315px
    }
}

@media screen and (max-width: 1063px) {
    html {
        font-size: 85.783179px
    }
}

@media screen and (max-width: 1053px) {
    html {
        font-size: 85.7530382px
    }
}

@media screen and (max-width: 1043px) {
    html {
        font-size: 83.19881013396645px
    }
}

@media screen and (max-width: 1033px) {
    html {
        font-size: 80.74553253795425px
    }
}

@media screen and (max-width: 1023px) {
    html {
        font-size: 78.35710652172894px
    }
}

@media screen and (max-width: 1013px) {
    html {
        font-size: 76.03191933313745px
    }
}

@media screen and (max-width: 1003px) {
    html {
        font-size: 73.76839678948095px
    }
}

@media screen and (max-width: 993px) {
    html {
        font-size: 73.02551263248718px
    }
}

@media screen and (max-width: 983px) {
    html {
        font-size: 72.28262847549341px
    }
}

@media screen and (max-width: 973px) {
    html {
        font-size: 71.53974431849964px
    }
}

@media screen and (max-width: 963px) {
    html {
        font-size: 70.79686016150588px
    }
}

@media screen and (max-width: 953px) {
    html {
        font-size: 70.05397600451212px
    }
}

@media screen and (max-width: 943px) {
    html {
        font-size: 69.31109184751837px
    }
}

@media screen and (max-width: 933px) {
    html {
        font-size: 68.56820769052462px
    }
}

@media screen and (max-width: 923px) {
    html {
        font-size: 67.82532353353086px
    }
}

@media screen and (max-width: 913px) {
    html {
        font-size: 67.0824393765371px
    }
}

@media screen and (max-width: 903px) {
    html {
        font-size: 66.33955521954333px
    }
}

@media screen and (max-width: 893px) {
    html {
        font-size: 65.59667106254956px
    }
}

@media screen and (max-width: 883px) {
    html {
        font-size: 64.8537869055558px
    }
}

@media screen and (max-width: 873px) {
    html {
        font-size: 64.11090274856203px
    }
}

@media screen and (max-width: 863px) {
    html {
        font-size: 63.36801859156826px
    }
}

@media screen and (max-width: 853px) {
    html {
        font-size: 62.62513443457449px
    }
}

@media screen and (max-width: 843px) {
    html {
        font-size: 61.882250277580724px
    }
}

@media screen and (max-width: 833px) {
    html {
        font-size: 61.13936612058696px
    }
}

@media screen and (max-width: 823px) {
    html {
        font-size: 60.396481963593196px
    }
}

@media screen and (max-width: 813px) {
    html {
        font-size: 59.65359780659943px
    }
}

@media screen and (max-width: 803px) {
    html {
        font-size: 58.91071364960566px
    }
}

@media screen and (max-width: 793px) {
    html {
        font-size: 58.167829492611894px
    }
}

@media screen and (max-width: 783px) {
    html {
        font-size: 57.424945335618126px
    }
}

@media screen and (max-width: 773px) {
    html {
        font-size: 56.682061178624366px
    }
}

@media screen and (max-width: 768px) {

    /* top */
    .z-header {
        height: auto;
    }

    .z-header-b {
        width: 100%;
    }

    .z-header-b .top {
        display: none;
    }

    .header-search {
        width: 5.9rem;
        height: .6rem;
        margin: .5rem auto 0;
        border-radius: .6rem;
        border: 1px solid #528dd9;
        display: flex;
        justify-content: space-between;
    }

    .header-search i {
        margin: .14rem .15rem;
        font-size: .3rem;
        color: #528dd9;
    }

    .header-search input {
        width: 4.2rem;
        font-size: .26rem;
    }

    .header-search button {
        width: 1.1rem;
        height: .6rem;
        line-height: .6rem;
        background-color: #2555b5;
        border-radius: .6rem;
        font-size: .26rem;
        font-weight: bold;
        color: #fff;
        border: none;
        cursor: pointer;
    }

    .z-header-b .bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .z-header-b .z-logo {
        width: 70%;
        height: auto;
    }

    .z-nav {
        line-height: .6rem;
        padding: .3rem 0;
        white-space: nowrap;
        justify-content: start;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .z-nav a {
        margin: 0 .1rem;
        font-size: .3rem;
    }

    .nav_mobile {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out 0s;
        display: -ms-flexbox;
        display: -ms-flexbox;
        display: flex;
        -ms--ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .nav_mobile.showdiv {
        opacity: 1;
        visibility: visible;
    }

    .nav_mobile .logo {
        position: absolute;
        left: .2rem;
        top: 0;
        width: 4rem;
        line-height: 60px;
    }

    .nav_mobile .logo img {
        width: 100%;
        height: auto;
    }

    .nav_mobile .nav_main {
        padding: 70px 0px 0;
        font-size: 16px;
        background: #fafafa;
        background-size: auto 130px;
        align-content: flex-start;
        -ms-flex-align: flex-start;
        display: flex;
        flex-wrap: wrap;
    }

    .nav_mobile .nav_main .logo {
        position: absolute;
        left: 20px;
        top: 0;
        line-height: 60px;
    }

    .nav_mobile .nav_main .logo a {
        display: block;
        height: 100%;
    }

    .nav_mobile .nav_main .logo img {
        max-height: 65%;
        width: auto;
        max-width: none;
    }

    .nav_mobile .close {
        font-size: .5rem;
        position: absolute;
        right: 17px;
        top: 17px;
        line-height: 1;
    }

    .nav_mobile .nav_main a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding: 8px 15px;
        width: 50%;
        box-sizing: border-box;
        height: auto;
        display: inline-block;
    }

    .nav_mobile .nav_main a:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.08);
    }

    .nav_mobile .nav_main a:nth-child(-n+2) {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .header .nav_main {
        display: none;
    }

    .layer {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out 0s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .layer.showdiv {
        opacity: 1;
        visibility: visible;
    }

    .layer .close {
        position: absolute;
        right: .4rem;
        top: 0;
        font-size: .8rem;
        cursor: pointer;
        color: #fff;
    }

    .layer .search_box {
        height: 45px;
        line-height: 45px;
        width: 96%;
        display: -ms-flexbox;
        display: flex;
        transform: translateY(-50px);
        opacity: 0;
        margin-top: -100px;
    }

    .layer.showdiv .search_box {
        transform: none;
        transition: all 0.5s ease-out 0s;
        opacity: 1;
    }

    .layer .search_box .kw {
        background: #fff;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
        -ms-flex: 1;
        flex: 1;
        padding: 0 12px;
        font-size: 16px;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .layer .search_box .ok {
        background: #1565bf;
        color: #fff;
        width: 120px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    /* 内页 */
    .content-main {
        width: calc(100% - .4rem);
        padding: 0 .2rem;
    }

    .position {
        font-size: .26rem;
    }

    .nav-p {
        width: 100%;
        padding: .15rem 0;
    }

    .nav-l {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        float: none;
    }

    .nav-l ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .nav-l ul li {
        width: 49%;
        margin-top: .1rem;
    }

    .nav-l li a {
        font-size: .26rem;
    }

    .list-r {
        width: 100%;
        margin-top: .2rem;
        float: none;
    }

    .col-tit {
        font-size: .28rem;
    }

    .col-tit::before {
        top: .1rem;
    }

    .list li a {
        width: 100%;
        font-size: .26rem;
    }

    .list li span {
        display: none;
    }

    .pagination a {
        width: auto;
        font-size: .26rem;
        padding: .1rem;
    }

    .right-img li {
        width: calc(50% - .1rem);
    }

    .right-img li:nth-child(5n + 1) {
        margin-left: .2rem;
    }

    .right-img li:nth-child(2n + 1) {
        margin-left: 0;
    }

    .right-img li a img {
        height: calc(50vw * .6);
    }

    .right-img li a p {
        line-height: .6rem;
        font-size: .26rem;
    }

    .right-img li a span {
        line-height: .3rem;
        font-size: .24rem;
    }

    /* 详细页 */
    .xl-main {
        padding-bottom: .2rem !important;
    }

    .zwxl-title p.tit {
        padding: 0 !important;
        margin-bottom: .2rem !important;
        font-size: .4rem !important;
        font-weight: bold;
    }

    .zwxl-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        margin-bottom: .3rem !important;
    }

    .zwxl-bar label {
        font-size: .26rem;
    }

    .zwxl-bar span {
        font-size: .26rem !important;
    }

    .zwxl-bar span.con {
        margin-right: .2rem !important;
    }

    .zwxl-article {
        width: 100% !important;
        padding: .3rem 0 0 !important;
        border: none;
    }

    .zwxl-article img {
        max-width: 100%;
    }

    .zwxl-font,
    #div_div,
    .bdsharebuttonbox,
    .no-print {
        display: none !important;
    }

    .map-list {
        justify-content: space-between;
    }

    .map-list a {
        width: calc(49% - .2rem);
        margin-left: 0;
        font-size: .26rem;
    }

    /* 政务公开细览 */
    .content-left {
        width: 100%;
        border: none;
        float: none;
    }

    .category-table {
        width: calc(100% - .02rem);
    }

    .category-table li {
        line-height: .5rem;
        font-size: .26rem;
    }

    .category-table li:nth-child(odd) {
        width: calc(30% - 21px);
    }

    .category-table li:nth-child(even) {
        width: calc(70% - 21px);
        border-right: none;
    }

    .content-right {
        width: 100%;
        padding: 0;
        float: none;
    }

    .pagination .first-page,
    .pagination .last-page {
        width: auto;
    }

    /* bottom */

    .footer {
        height: auto;
        padding: .2rem;
    }

    .footer-links {
        display: none;
    }

    .footer-b {
        width: 100%;
        flex-wrap: wrap;
    }

    .footer-nav {
        justify-content: center;
        line-height: .5rem;
        font-size: .26rem;
    }

    .footer-l {
        width: 100%;
    }

    .footer-l p {
        line-height: .5rem;
        font-size: .26rem;
        text-align: center;
    }

    .footer-l p a,
    .footer-l p span {
        display: block;
        width: 100%;
        text-align: center;
    }

    .footer-r {
        width: 100%;
        justify-content: center;
    }

    .footer-r .wza,
    .footer-r .qrcode {
        display: none;
    }

    /* search */
    .wrap {
        width: 100% !important;
    }
}